Extension point metadataRules
In component org.nuxeo.binary.metadata
Documentation
<rule async="false" enabled="true" id="default" order="0">
<metadataMappings>
<metadataMapping-id>xmp</metadataMapping-id>
</metadataMappings>
<filters>
<filter-id>hasXMPFacet</filter-id>
</filters>
</rule>
Contribution Descriptors
- Class: org.nuxeo.binary.metadata.internals.MetadataRuleDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="metadataRules" target="org.nuxeo.binary.metadata"> <rule async="false" enabled="true" id="iptc" order="0"> <metadataMappings> <metadataMapping-id>EXIF</metadataMapping-id> <metadataMapping-id>IPTC</metadataMapping-id> </metadataMappings> <filters> <filter-id>hasPictureType</filter-id> </filters> </rule> </extension>